ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPSeq<T> Class / ImGearXMPSeq<T> Constructor / ImGearXMPSeq<T> Constructor(String[])
String array.




In This Topic
    ImGearXMPSeq<T> Constructor(String[])
    In This Topic
    Initializes a new instance of the ImGearXMPSeq<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As String _
    )
    'Usage
     
    Dim value() As String
     
    Dim instance As New ImGearXMPSeq(Of T)(value)
    public ImGearXMPSeq<T>( 
       string[] value
    )
    public: ImGearXMPSeq<T>( 
       string*[]* value
    )
    public:
    ImGearXMPSeq<T>( 
       array<String^>^ value
    )

    Parameters

    value
    String array.

    Return Value

    New instance of the ImGearXMPSeq<T> generic class object.
    Remarks
    This constructor creates an instance of ImGearXMPSeq<T> generic class generic class and initializes it with values from the string array.
    See Also